home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MS_ARCAD.ZIP / ARC6_2.CHP < prev    next >
Text File  |  1993-06-15  |  920b  |  26 lines

  1. %
  2. #EF
  3. #T15,1,Chapter 6     The Borland Graphics Interface     Pg. 2
  4. #HS,1,4,80,25,11,1
  5. #C4,R5
  6.                               ~W~IBGI Functions~Y~I
  7.  
  8. The Borland Graphics Interface is simply a set of functions that allow us
  9. as programmers to manipulate the graphics system that Borland has provided
  10. for us. The BGI enables us to have precise control over the screen,
  11. establish |viewports|, draw, output text, and access multiple video pages.
  12.  
  13. #WN
  14. #C4,R12
  15. To be used, the BGI must be ~R~Iinitialized ~Y~Iand the proper ~G~Ivideo driver ~Y~Imust be
  16. loaded into memory. A video driver is a piece of software that is able to
  17. access hardware-specific functions. Each video adaptor must have a driver
  18. to go with it.
  19.  
  20. #WN
  21. Once the BGI is initialized, we can take advantage of the various
  22. capabilities that the BGI provides. When we're finished with it, ~C~Ithe BGI
  23. system should be shut down~Y~I.
  24.  
  25. #WN
  26. #X